projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21cabb0
)
(tags-add-tables): Use `other' widget type.
author
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:20:18 +0000
(09:20 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:20:18 +0000
(09:20 +0000)
lisp/progmodes/etags.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/etags.el
b/lisp/progmodes/etags.el
index cac5b3d25dcfde82a10ff01f2ce91fd61f947007..fdc73dd47af099884d26593cc65db6c334e71df8 100644
(file)
--- a/
lisp/progmodes/etags.el
+++ b/
lisp/progmodes/etags.el
@@
-58,7
+58,7
@@
to the current list (as opposed to starting a new list)."
:group 'etags
:type '(choice (const :tag "Do" t)
(const :tag "Don't" nil)
- (
const
:tag "Ask" ask-user)))
+ (
other
:tag "Ask" ask-user)))
(defcustom tags-revert-without-query nil
"*Non-nil means reread a TAGS table without querying, if it has changed."